home *** CD-ROM | disk | FTP | other *** search
/ Hackers Magazine 57 / CdHackersMagazineNr57.iso / Software / Programming / RJTextEd.exe / {userappdata} / RJ TextEd / Syntax / Cpp.syx < prev    next >
Encoding:
Text File  |  2009-08-29  |  1.2 KB  |  49 lines

  1. ;{}
  2.  
  3. [Keywords]
  4. Keywords=asm|auto|break|case|catch|const|const_cast|continue|default|delete|do|dynamic_cast|else|event|explicit|extern|false|for|friend|goto|if|inline|mutable|namespace|new|null|operator|private|protected|public|register|reinterpret_cast|return|sizeof|static|static_cast|switch|template|this|throw|true|try|typedef|typeid|typename|union|using|wchar_t|while|virtual|void|volatile|
  5. Data Types=bool|char|class|double|enum|float|int|long|short|signed|struct|unsigned|
  6. Preprocessor Directives=#define|#elif|#else|#endif|#error|#if|#ifdef|#ifndef|#include|#line|#pragma|#undef|
  7.  
  8. [Options]
  9. LineCommentA=//
  10. CommentStartA=/*
  11. CommentEndA=*/
  12. Char='
  13. String="
  14. HexIdentifier=0x
  15. Escape=\
  16. Symbols=.,+-*?=/%&><^!|:;(){}[]
  17. Numbers=0123456789
  18. AddProjectClassesToCompletion=1
  19. AutoCloseBraceStart=(["'
  20. AutoCloseBraceEnd=)]"'
  21. AutoCloseBlockStart={
  22. AutoCloseBlockEnd=}
  23.  
  24. [FoldOptions]
  25. List_AsStruct=struct
  26. List_AsEnum=enum
  27. List_AsClass=class
  28. List_Exclude=do|else|for|if|switch|try|while
  29. List_ClassSeparator=::
  30. Separators=;()}
  31. Case=1
  32.  
  33. [Fold]
  34. 1_Id=BEGIN_MESSAGE_MAP
  35. 1_Begin=
  36. 1_End=END_MESSAGE_MAP
  37. 1_EndBefore=
  38. 1_Section=
  39. 1_NoParentOfId=0
  40. 1_ListItem=
  41. 2_Id=
  42. 2_Begin={
  43. 2_End=}
  44. 2_EndBefore=} else
  45. 2_Section=
  46. 2_NoParentOfId=0
  47. 2_ListItem=
  48.  
  49.